Welcome![Sign In][Sign Up]
Location:
Search - product java

Search list

[Other resourceThe Elements of Java Style

Description: Quality, object.oriented architecture is the product of careful study, decision making, and experimentation. At a minimum, the object.oriented architecture process includes farming of requirements, architecture mining, and hands.on experience. Ideally, object.oriented architecture comprises a set of high.quality design decisions that provide benefits throughout the life cycle of the system.-Quality, object.oriented architecture is the product of careful study, decision making, and experimentation. At a minimum, the object.oriented architecture process includes farming of requirements, architecture mining, and hands.on experience. Ideally, object.oriented architecture comprises a set of high.quality design decisions that provide benefits throughout the life cycle of the system.
Platform: | Size: 187925 | Author: 李力 | Hits:

[JSP/Javaproduct

Description: 使用java语言开发的产品管理系统,主要是对产品的统计,记录。
Platform: | Size: 219870 | Author: zhangyan | Hits:

[JSPJava 实用系统开发指南JavaPractice

Description: ·VI· 目 录 前言 第1章 高性能聊天系统...................................................................................................1 1.1 系统需求...........................................................................................................1 1.2 架构设计...........................................................................................................2 1.2.1 Java事件模型.....................................................................................................2 1.2.2 架构设计图.......................................................................................................5 1.2.3 协议设计.........................................................................................................5 1.2.4 多线程...........................................................................................................6 1.2.5 线程池...........................................................................................................9 1.2.6 非堵塞I/O........................................................................................................11 1.3 Socket核心设计和实现...............................................................................................13 1.3.1 TCP和Reactor模式.................................................................................................14 1.3.2 UDP实现..........................................................................................................19 1.3.3 客户端实现.......................................................................................................22 1.4 Socket接口设计和实现..............................................................................................28 1.4.1 队列和对象类型..................................................................................................28 1.4.2 访问者模式定义..................................................................................................32 1.4.3 访问者模式实现..................................................................................................36 1.4.4 协议封装........................................................................................................39 1.4.5 重整Refactoring.................................................................................................41 1.5 应用接口设计和实现................................................................................................45 1.5.1 Connection API..................................................................................................46 1.5.2 ConnectionFactory API...........................................................................................49 1.5.3 TcpConnection API...............................................................................................53 1.5.4 UdpConnection API...............................................................................................54 1.6 应用层设计和实现..................................................................................................56 1.6.1 客户端聊天测试..................................................................................................56 1.6.2 服务器聊天测试..................................................................................................58 1.7 性能测试..........................................................................................................59 1.8 小结..............................................................................................................61 第2章 简单的用户注册系统..............................................................................................62 2.1 需求分析............................................................................................................62 2.2 系统设计............................................................................................................62 2.2.1 JSP/Servlet与J2EE.................................................................................................63 2.2.2 结构设计图........................................................................................................64 2.2.3 JSP/JavaBeans技术要点.............................................................................................65 2.2.4 JDBC和连接池......................................................................................................68 2.2.5 数据库设计........................................................................................................70 2.3 类的详细设计和实现..................................................................................................71 2.3.1 Facade模式........................................................................................................71 2.3.2 JDBC通用操作类....................................................................................................73 2.3.3 E-mail发送通用类..................................................................................................78 2.3.4 用户资料管理......................................................................................................79 2.3.5 密码数据操作类....................................................................................................83 2.3.6 登陆验证功能......................................................................................................85 2.4 界面编程实现........................................................................................................87 2.4.1 登陆验证页面......................................................................................................87 2.4.2 注册页面..........................................................................................................88 2.5 调试、发布和运行....................................................................................................90 2.5.1 单元测试..........................................................................................................91 2.5.2 快速配置开发环境..................................................................................................92 2.5.3 Tomcat配置和调试..................................................................................................93 2.5.4 Tomcat连接池使用..................................................................................................95 2.6 Hibernate使用.......................................................................................................99 2.7 小结................................................................................................................103 第3章 Jive论坛系统.....................................................................................................107 3.1 Jive功能需求.......................................................................................................107 3.2 Jive与设计模式.....................................................................................................108 3.2.1 设计模式.........................................................................................................109 3.2.2 ForumFactory与工厂模式...........................................................................................109 3.2.3 统一入口与单态模式...............................................................................................113 3.2.4 访问控制与代理模式...............................................................................................114 3.2.5 批量分页查询与迭代模式...........................................................................................115 3.2.6 过滤器与装饰模式.................................................................................................120 3.2.7 主题监测与观察者模式.............................................................................................124 3.3 Jive安全管理机制...................................................................................................128 3.3.1 安全验证机制.....................................................................................................129 3.3.2 用户资料管理.....................................................................................................132 3.4 Jive的缓存机制.....................................................................................................133 3.4.1 缓存原理和实现...................................................................................................133 3.4.2 缓存使用.........................................................................................................136 3.4.3 小结.............................................................................................................139 3.5 Jive的其他组件技术.................................................................................................140 3.5.1 Jive的树形结构...................................................................................................140 3.5.2 XML和JDOM........................................................................................................143 3.5.3 全文检索和Lucene.................................................................................................147 3.5.4 Jive的中文问题...................................................................................................152 3.6 Jive图形处理.......................................................................................................154 3.6.1 图片上传处理.....................................................................................................154 3.6.2 服务器端图形处理.................................................................................................157 3.7 Jive安装调试运行...................................................................................................159 3.8 小结...............................................................................................................160 第4章 网站内容管理系统.................................................................................................161 4.1 需求分析...........................................................................................................161 4.2 架构设计...........................................................................................................162 4.2.1 系统架构图.......................................................................................................163 4.2.2 MVC模式和Struts..................................................................................................164 4.2.3 DBO模式和Castor..................................................................................................167 4.2.4 Cache设计........................................................................................................172 4.3 详细设计和实现.....................................................................................................173 4.3.1 基本对象设计.....................................................................................................173 4.3.2 数据模型的实现...................................................................................................174 4.3.3 抽象工厂(Abstract Factory)模式...................................................................................175 4.3.4 生成器(Builder)模式..............................................................................................180 4.4 表现层的实现.......................................................................................................187 4.4.1 Strut相关设置....................................................................................................187 4.4.2 创建PageForm.....................................................................................................189 4.4.3 创建PageAction...................................................................................................192 4.4.4 创建page.jsp页面.................................................................................................194 4.4.5 自定义标签库.....................................................................................................196 4.4.6 创建SavePageAction...............................................................................................199 4.4.7 Tile模板.........................................................................................................201 4.4.8 创建cmsMenu.jsp..................................................................................................203 4.4.9 创建index.jsp....................................................................................................203 4.4.10 小技巧..........................................................................................................204 4.5 项目重整Refactoring................................................................................................205 4.6 调试、发布和运行...................................................................................................206 4.6.1 配置和运行.......................................................................................................206 4.6.2 Log调试信息的配置................................................................................................206 4.7 小结...............................................................................................................207 第5章 订阅信息系统.....................................................................................................209 5.1 需求分析...........................................................................................................209 5.2 架构设计...........................................................................................................209 5.2.1 Cache和Pool......................................................................................................210 5.2.2 EJB框架体系......................................................................................................211 5.2.3 架构图...........................................................................................................213 5.2.4 接口框架设计.....................................................................................................213 5.3 EJB详细设计和实现..................................................................................................214 5.3.1 业务对象建模.....................................................................................................215 5.3.2 开发环境配置.....................................................................................................216 5.3.3 CMP图形开发......................................................................................................217 5.3.4 实体Bean.........................................................................................................221 5.3.5 Facade Session Bean..............................................................................................229 5.3.6 Transfer Object模式..............................................................................................232 5.4 Web与EJB接口框架...................................................................................................233 5.4.1 框架的设计.......................................................................................................233 5.4.2 框架的实现.......................................................................................................235 5.4.3 框架的使用.......................................................................................................243 5.5 表现层的设计和实现.................................................................................................247 5.5.1 创建ActionForm...................................................................................................247 5.5.2 创建Action 类....................................................................................................248 5.5.3 创建JSP页面......................................................................................................248 5.6 调试配置和运行.....................................................................................................249 5.6.1 JBoss和MySQL的配置...............................................................................................250 5.6.2 JNDI配置.........................................................................................................251 5.6.3 部署和发布.......................................................................................................253 5.6.4 调试和测试.......................................................................................................254 5.7 小结...............................................................................................................254 第6章 用户安全管理系统.................................................................................................256 6.1 需求分析...........................................................................................................256 6.2 架构设计...........................................................................................................256 6.2.1 角色.............................................................................................................257 6.2.2 J2EE的JAAS.......................................................................................................257 6.2.3 单点登录.........................................................................................................259 6.2.4 邮件发送组件.....................................................................................................261 6.3 详细设计和实现.....................................................................................................261 6.3.1 业务对象建模.....................................................................................................261 6.3.2 数据库设计.......................................................................................................263 6.3.3 实体bean实现.....................................................................................................263 6.3.4 Session Bean实现.................................................................................................266 6.3.5 EJB容器安全配置..................................................................................................273 6.4 JMS 邮件发送组件...................................................................................................275 6.4.1 消息发送器.......................................................................................................276 6.4.2 MDB..............................................................................................................279 6.5 Web层的实现........................................................................................................282 6.5.1 用户资料管理.....................................................................................................282 6.5.2 Web容器安全配置..................................................................................................287 6.6 调试配置和运行.....................................................................................................289 6.6.1 JAAS配置.........................................................................................................290 6.6.2 邮件服务的配置...................................................................................................291 6.6.3 部署和发布.......................................................................................................292 6.7 小结...............................................................................................................292 第7章 EJB方法调用框架..................................................................................................294 7.1 框架概况...........................................................................................................294 7.1.1 远程调用技术背景.................................................................................................294 7.1.2 框架结构.........................................................................................................295 7.2 框架设计..........................................................................................................296 7.2.1 代理(Proxy)模式...............................................................................................296 7.2.2 动态代理........................................................................................................298 7.2.3 反射(Reflection)和方法调用....................................................................................300 7.2.4 HTTP协议和对象序列化............................................................................................302 7.2.5 框架设计图......................................................................................................304 7.2.6 HTTPSession和缓存机制...........................................................................................305 7.2.7 基于HTTP的安全机制..............................................................................................306 7.3 类的详细设计和实现................................................................................................309 7.3.1 基本业务对象....................................................................................................310 7.3.2 动态代理工厂....................................................................................................312 7.3.3 肥客户端/服务器架构下实现.......................................................................................315 7.3.4 Web层代理Servlet Proxy..........................................................................................322 7.3.5 浏览器/服务器架构下实现.........................................................................................324 7.3.6 核心代理Business Proxy实现......................................................................................327 7.4 框架的使用和调试..................................................................................................333 7.4.1 配置............................................................................................................333 7.4.2 浏览器/服务器架构下的应用.......................................................................................335 7.4.3 肥客户端/服务器架构下的应用.....................................................................................336 7.5 小结..............................................................................................................337 第8章 网上商店系统...................................................................................................338 8.1 系统需求和设计...................................................................................................338 8.1.1 基本业务对象...................................................................................................339 8.1.2 数据表设计.....................................................................................................340 8.2 数据操作通用框架.................................................................................................344 8.2.1 框架的提炼和设计...............................................................................................347 8.2.2 增、删、改、查框架实现.........................................................................................352 8.3 商品类别管理功能的实现...........................................................................................356 8.3.1 创建Session Bean................................................................................................357 8.3.2 EJB配置.........................................................................................................358 8.3.3 创建Category相关类实现..........................................................................................360 8.3.4 Web配置.........................................................................................................361 8.3.5 创建Category.jsp................................................................................................362 8.4 商品管理功能的实现................................................................................................364 8.4.1 创建ProductManager..............................................................................................364 8.4.2 EJB配置.........................................................................................................366 8.4.3 创建Product相关类实现...........................................................................................368 8.4.4 Web配置.........................................................................................................369 8.4.5 创建product.jsp.................................................................................................370 8.4.6 商品图片上传功能................................................................................................374 8.5 商品批量查询和多页显示............................................................................................376 8.5.1 DAO模式.........................................................................................................377 8.5.2 Strut框架下设计和实现...........................................................................................385 8.5.3 页导航条实现....................................................................................................388 8.6 购物车功能的实现..................................................................................................393 8.6.1 有状态Session Bean..............................................................................................393 8.6.2 Web功能实现.....................................................................................................396 8.7 小结..............................................................................................................399
Platform: | Size: 31514707 | Author: fengbozs@163.com | Hits:

[JSP/JavaJspShopv1.0

Description: 软件简介: 一,网站前台功能: 产品二级分类展示:一级分类--二级分类--产品列表--详细介绍(名称,图片,市场价,会员价,是否推荐,功能介绍等) 产品搜索:关键字模糊搜索 定购产品:选择商品--确认定购--填写收货人信息--选择付款方式--订单号自动生成(限登录用户) 用户管理:修改资料 订单查看 查看购物车(限登录用户) 网站新闻:按时间先后顺序排列 网站公告:首页左侧显示 友情链接:文字链接列表显示 二,网站后台功能: 商品管理:添加 删除 修改 图片上传 订单管理:查看,删除,确认订单 查看,删除已确认订单 查看,删除订单投诉 用户管理:查看修改用户资料,删除用户,设置用户等级(普通,VIP) 管理员添加删除 分类管理:添加,修改,删除一级分类,二级分类 信息管理:添加,修改,删除网站新闻 添加,删除网站公告 常规设置:网站信息设置 网站广告设置 友情链接管理 后台管理地址admin/ 管理员admin 密码admin-software description : a Web site outlook functions : product classification of two shows : a classification-- two classifications-- List of products-- details (name, photo, street, Member price, whether or not to recommend, functions, etc.) Search : keyword Die Paste search ordering products : choice of a commodity-- confirmed ordering-- to fill the consignee information-- to choose the mode of payment-- orders, automatic generation (the login users) user management : Amending orders data View View Cart (limited to users logged in) website : first time after order Site Notice : Home left shows Links : text link table shows two, the website background function : Commodity Management : Add delete photo upload order management : View, delete, view orders, delete View has confirmed ord
Platform: | Size: 605184 | Author: 黄勇 | Hits:

[JSPThe Elements of Java Style

Description: Quality, object.oriented architecture is the product of careful study, decision making, and experimentation. At a minimum, the object.oriented architecture process includes farming of requirements, architecture mining, and hands.on experience. Ideally, object.oriented architecture comprises a set of high.quality design decisions that provide benefits throughout the life cycle of the system.-Quality, object.oriented architecture is the product of careful study, decision making, and experimentation. At a minimum, the object.oriented architecture process includes farming of requirements, architecture mining, and hands.on experience. Ideally, object.oriented architecture comprises a set of high.quality design decisions that provide benefits throughout the life cycle of the system.
Platform: | Size: 187392 | Author: 李力 | Hits:

[Web Serverproduct

Description: 这是一个关于进销存的产品管理系统,是基于web服务的系统,采用的技术是spring!-Invoicing of the product management system, a web-based service system, the technology is spring!
Platform: | Size: 7071744 | Author: 杨金龙 | Hits:

[ERP-EIP-OA-Portalerp0.1

Description: 该系统是一个使用Java语言开发,以国内开源Web MVC框架EasyJWeb作系统引擎的Java Web应用系统.系统主要实现的功能有订单录入、打印、销售汇总、原料管理、客户管理、生产配料计算、报表打印、汇总、系统数据管理及维护等功能,是一个使用非常简单的编码方式实现的Web开源应用系统。   系统采用面向对象的设计方法,页面设计及系统逻辑分离,具有较好的扩展性。系统使用数据库中间件技术,支持My SQL、MS SQL Server等多种数据库系统平台。系统涉及到复杂表单数据提交、AJAX无刷新数据提交、WEB打印等常用应用软件中涉及到的技术。   系统在线演示地址:asp.easyjf.com 用户名:test 密码:test 源码下载 安装说明 技术交流   系统开发单位:EasyJF开源团队 系统官方网址:www.easyjf.com -The system is a Java language development, open-source Web domestic MVC framework EasyJWeb system for the engine Java Web applications. The system's main function is to achieve orders entry, printing, sales summary, materials management, customer management, product ingredients, printing, collating , the data management system and maintenance functions, is to use a very simple coding to achieve the open-source Web applications. Using object-oriented systems design, page layout and system logic separation, the better scalability. System database middleware technology, My SQL, and MS SQL Server database system for a variety of platforms. System of the complex form data submitted updated data without AJAX submitted WEB Print popular software applications relating to the technology. The sy
Platform: | Size: 3477504 | Author: signme | Hits:

[J2MEDSGame

Description: 实现了一个射击类的手机游戏,游戏有一定的规模可以作为一个成品来用。游戏有自动滚屏功能。-achieved a shooter phones, games of a certain size can be used as a product to use. Scroll game with automatic functions.
Platform: | Size: 91136 | Author: 刘冰 | Hits:

[ICQ-IM-ChatJeff-NetChatter

Description: Java写的小聊天程序,C/S结构,复习Java编程4天的产物,基于socks/多线程/对象序列化。现在功能只支持交谈/注册/用户列表/消息广播,如果愿意,可以自行扩充功能,只是,如果方便请通知我你的修改结果:-)-Java to write a small chat program, the C/S structure, review of the Java programming four days of the product, Based on socks/multithreading/Object Serialization. Support functions now only talk/registration/user list/news broadcasts, if they wish, can expand the functions of its own, but that if it please inform me that you change the results :-)
Platform: | Size: 54272 | Author: 杰弗雷 | Hits:

[Shop supermarket software system2004.8.3.13

Description: 基于jsp+javabean+access(mysql)三层结构的动态购物网站 一,网站前台功能: 产品二级分类展示:一级分类--二级分类--产品列表--详细介绍(名称,图片,市场价,会员价,是否推荐,功能介绍等) 产品搜索:关键字模糊搜索 定购产品:选择商品--确认定购--填写收货人信息--选择付款方式--订单号自动生成(限登录用户) 用户管理:修改资料 订单查看 查看购物车(限登录用户) 网站新闻:按时间先后顺序排列 网站公告:首页左侧显示 友情链接:文字链接列表显示 二,网站后台功能: 商品管理:添加 删除 修改 图片上传 订单管理:查看,删除,确认订单 查看,删除已确认订单 查看,删除订单投诉 用户管理:查看修改用户资料,删除用户,设置用户等级(普通,VIP) 管理员添加删除 分类管理:添加,修改,删除一级分类,二级分类 信息管理:添加,修改,删除网站新闻 添加,删除网站公告 常规设置:网站信息设置 网站广告设置 友情链接管理 后台管理地址admin/ 管理员admin 密码admin -based on jsp javabean access (mysql) three-tier structure of the dynamic shopping network Point one, the website features prospects : Product Categories 2 shows : a classification-- two classifications-- List of products-- details (name, photo, street, Member price whether or not to recommend, functions, etc.) Search : Fuzzy keyword search ordering products : choice of a commodity-- confirmed ordering-- to fill the consignee information-- to choose the mode of payment-- orders, automatic generation (limited Login users) User Management : Amending orders data View View Cart (limited to users logged in) website : by chronological order Site Notice : Home left shows Links : text link table shows two, Terms background function : Commodity Management : Add delete photo upload order manag
Platform: | Size: 614400 | Author: qingqing | Hits:

[Windows Developstepnc_write_v1_1

Description: The STEPNCWrite library writes STEP-NC toolpath data (AP-238 CC1). This C++ library is completely open-source and has been released under the GNU General Public License (GPL). The library writes data in XML format (ISO 10303-28) using just printf(), so it does not depend on any STEP toolkit. It has no other dependencies and should build on Windows, Linux, Mac, or any other Unix platform. If you want to view your toolpath files, you can use the open-source Java AP-238 Toolpath Viewer. For more sophisticated applications, we encourage you to look at our commercial product, the STEP-NC Explorer which can display workpiece, fixture, and tool geometry as well as the paths, simulate their operation and convert -STEPNCWrite writes STEP-NC to olpath data (AP-238 CC1). This C library is comp letely open-source and has been released under the GNU General Public License (GPL). The libra ry writes data in XML format (ISO 10303-28) usin g just printf (), so it does not depend on any STEP toolkit. It has n o other dependencies and should build on Window s, Linux, Mac, or any other Unix platform. If you want to view yo ur toolpath files, you can use the open-source Java AP-238 Toolpat h Viewer. For more sophisticated applications , we encourage you to look at our commercial pro duct , the STEP-NC Explorer which can display workp iece, fixture , and tool geometry as well as the paths , simulate their operation and convert
Platform: | Size: 100352 | Author: 易力 | Hits:

[JSP/JavaExercise7

Description: ssd 3 java程序练习 exercise 7 绝对没有问题,我们运行过,考过了,老师给的是满分
Platform: | Size: 10240 | Author: 杨乐 | Hits:

[JSPjava

Description: :多人视频聊天软件是网络环境与网络技术发展的产物,具有很高的应用需求和广阔的应用前景。JMF(Java 媒体框 架)是Java 语言的扩展,专门用来处理时基媒体数据和实时媒体流。通过介绍JMF 应用编程接口的结构特点,详细阐述了当 前Internet 网络多人视频聊天软件的工作原理、关键技术,及其基于JMF 的具体实现。该软件具有跨平台可移植性。-: Multiplayer video chat software is the network environment and network technology development, product application needs of high and broad application prospects. JMF (Java Media Framework) is an extension of Java language, specifically designed to deal with time-base media data and real-time media streams. Through the Application Programming Interface JMF introduce structural characteristics, described in detail the current Internet network of more than video chat software working principle, key technologies, and its concrete realization based on the JMF. The software has a cross-platform portability.
Platform: | Size: 73728 | Author: menshaojie | Hits:

[Search EngineSearchEngine

Description: 1.这是一个简单的采用了Lucene的搜索引擎,本例子采用lucene+struts+ibatis的框架进行开发,使用的数据库是Oracle,搜索源是jpetstore的product表,大家在使用的时候请根据实际情况修改database.properties文件的配置。 2.本例子支持中文搜索,相关的源码包在cnSolution目录。 -1. This is a simple use of the Lucene search engine, the examples used lucene+ Struts+ Ibatis framework for the development, use of the database is Oracle, english JPetStore source is the product table, everyone in the use of time according to the actual situation, please database.properties modify the configuration file. 2. In this example to support Chinese language search, the relevant source packages in the directory cnSolution.
Platform: | Size: 1890304 | Author: xiaweicong | Hits:

[JSP/Javajava

Description: java信息管理系统设计与开发[源码] 源码包含用java开发信息管理系统,产品管理系统,房产管理系统,书籍借阅管理系统,学生管理系统的全部源代码,对于运用java进行信息系统的设计与开发有巨大帮助。 -java information management system design and development [source code] with java source code contains the information management system development, product management system, property management system, management system to borrow books, student management system for all source code, information about the use of java for system design and development has a huge help.
Platform: | Size: 578560 | Author: 冯帅帅 | Hits:

[JSP/Javatushu

Description: 网上书店系统系统能实现用户的注册、登录功能;能够实现商品的查询,订购等功能。该系统基本上具备一个网上商品销售系统应该具备的功能,该设计项目基本上体现了构建一个动态商务网站所需要的技术。-Online bookstore systems to achieve the user' s registration, the registry function to achieve product inquiries, orders and other functions. Basically, the system has an on-line sales system should have the function, the design reflects the construction of the project is basically a dynamic business website technology needs.
Platform: | Size: 1093632 | Author: 陈树佳 | Hits:

[JSP/Javack.java

Description: 基于J2EE的网络物流系统 用户操作: 1. 录入出库商品信息 2. 查询出库单信息 3. 录入入库商品信息 4. 查询入库单信息 5. 查询商品位置信息 6. 查询商品信息 7. 查询供应商信息 管理操作: 1. 出库单商品信息删除/修改 2. 入库单商品信息删除/修改 3. 供应商信息添加/删除/修改 4. 添加商品分类信息 5. 仓库位置信息添加/删除/修改 6. 职员信息查询/添加/修改/删除 7. 用户权限管理-J2EE-based logistics system users of the network: 1. A commodity information database entry 2. 3 inquiries出库单information. 4 input information storage products. For inquiries, information storage, single 5. 6 merchandise location information query. Commodity Information Query 7. For inquiries, supplier information management: 1. Product Information出库单delete/edit 2. Single-commodity information storage delete/modify 3. Supplier Information Add/Remove/Modify 4. Categories of information add 5. Storage location information to add/delete/modify 6. Staff Information/Add/Modify/Remove 7. User rights management
Platform: | Size: 2849792 | Author: pxb | Hits:

[JSP/JavaVectors

Description: Code to make operation betwen vector as add, substract, point product and cross product (vector product).
Platform: | Size: 3072 | Author: ryn2488 | Hits:

[Windows Developproduct

Description: product manmage use c3p0 connection pool in java
Platform: | Size: 5915648 | Author: feimumoke | Hits:

[Other大华平台SDK开发手册(Java版)

Description: java对接大华监控产品功能最齐全的接口开发手册(Java docking Dahua monitoring product interface development manual with the most complete functions)
Platform: | Size: 353280 | Author: 越独 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net